Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump datadog from 2.10.0 to 2.11.0 #74

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps datadog from 2.10.0 to 2.11.0.

Release notes

Sourced from datadog's releases.

2.11.0

Highlights

Here are some important changes introduced in 2.11.0 and we recommend upgrading.

  • Remove peer services by default. This change is to ensure compatibility with Inferred services, allowing for automatic discovery of instrumented dependencies such as databases, queues, or third-party APIs. If you need the previous peer service behavior back, set the environment variable DD_TRACE_PEER_SERVICE_DEFAULTS_ENABLED=true.

  • Fix a memory leak issue for Runtime Application Self-Protection (RASP)

GVL Profiling is now enabled by default on Ruby 3.2+

GVL profiling means the profiler gathers information from threads waiting to acquire the Ruby "Global VM Lock" (GVL).

This waiting can be a big a source of latency for Ruby applications: a thread "Waiting on the GVL" is a thread that's ready to make progress, but can't start because Ruby is busy doing something else.

For more details on why GVL profiling is relevant, check out How the Ruby Global VM Lock impacts app performance and DataDog/dd-trace-rb#3929.

Added

  • Tracing: Support graphql multiple query errors report via Span Events (#4177)
  • Profiling: Enable GVL profiling by default on Ruby 3.2+ (#4406)
  • Profiling: Support correlating profiling with OTel API 1.5+ (#4425)
  • AppSec: Add detection of Server-Side Request Forgery attacks for excon (#4399)
  • AppSec: Add detection of Server-Side Request Forgery attacks for faraday (#4391)
  • AppSec: Deprecate appsec.track_user_events configuration setting in favor of appsec.auto_user_instrumentation (#4352)
  • Dynamic Instrumentation: Add optional trace logging (#4283)

Changed

  • Increase default timeout for unix domain socket to 30 seconds (#4411)
  • Upgrade libdatadog to 16.0.1 (#4353)
  • Dynamic Instrumentation: Improve path matching with prefixes of probe paths (#4346)
  • Dynamic Instrumentation: Improve event reporting with combing status and snapshot events (#4360)

Fixed

  • Tracing: Fix rack to continue trace if only distributed trace is present (#4398)
  • AppSec: Fix a memory leak issue for RASP (#4422)
  • Dynamic Instrumentation: Fix event submission on forked servers (#4363)

Removed

  • Tracing: Remove peer services by default (#3846)

Read the full changeset and the release milestone.

Changelog

Sourced from datadog's changelog.

[2.11.0] - 2025-02-24

Added

  • Tracing: Support graphql multiple query errors report via Span Events (#4177[])
  • Profiling: Enable GVL profiling by default on Ruby 3.2+ (#4406[])
  • Profiling: Support correlating profiling with OTel API 1.5+ (#4425[])
  • AppSec: Add detection of Server-Side Request Forgery attacks for excon (#4399[])
  • AppSec: Add detection of Server-Side Request Forgery attacks for faraday (#4391[])
  • AppSec: Deprecate appsec.track_user_events configuration setting in favor of appsec.auto_user_instrumentation (#4352[])
  • Dynamic Instrumentation: Add optional trace logging (#4283[])

Changed

  • Increase default timeout for unix domain socket to 30 seconds (#4411[])
  • Upgrade libdatadog to 16.0.1 (#4353[])
  • Dynamic Instrumentation: Improve path matching with prefixes of probe paths (#4346[])
  • Dynamic Instrumentation: Improve event reporting with combing status and snapshot events (#4360[])

Fixed

  • Tracing: Fix rack to continue trace if only distributed trace is present (#4398[])
  • AppSec: Fix a memory leak issue for RASP (#4422[])
  • Dynamic Instrumentation: Fix event submission on forked servers (#4363[])

Removed

  • Tracing: Remove peer services by default (#3846[])
Commits
  • 2d817ff Merge pull request #4428 from DataDog/bump_to_version_2.11.0
  • 004bb1e Add GVL profiling by default in changelog
  • 234e710 Update lockfiles for release 2.11.0
  • d28aa5c Bump version 2.10.0 to 2.11.0
  • 0000d44 Add 2.11.0 to CHANGELOG.md
  • 5c5ac39 DEBUG-3535 DRY transport Instance and Spec classes (#4419)
  • 0e4b45c Merge pull request #4420 from DataDog/lloeki/use-non-large-arm-runner
  • 32c5d0b Merge pull request #4425 from DataDog/ivoanjo/prof-11412-otel-1_5-context-ext...
  • 16b8c46 Don't try to use the new code path on legacy rubies
  • a067f81 Merge pull request #4422 from DataDog/bump-libddwaf-version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2025

Superseded by #79.

@dependabot dependabot bot closed this Feb 28, 2025
@dependabot dependabot bot deleted the dependabot/bundler/datadog-2.11.0 branch February 28, 2025 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants